debugging facility - significado y definición. Qué es debugging facility
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es debugging facility - definición

SPECIAL KIND OF SYMBOL THAT ATTACHES ADDITIONAL INFORMATION TO THE SYMBOL TABLE OF AN OBJECT FILE, SUCH AS A SHARED LIBRARY OR AN EXECUTABLE, ALLOWING A SYMBOLIC DEBUGGER TO GAIN ACCESS TO INFORMATION FROM THE SOURCE CODE OF THE BINARY
Debug Symbols; Symbolic debugging; Debugging symbol

Dynamic debugging technique         
DEBUGGER PROGRAMS ORIGINALLY DEVELOPED FOR DEC HARDWARE; THE NAME IS A PUN ON THE INSECTICIDE (I.E. BUG-KILLER) DDT
HACTRN; Hactrn; PWORD; The HACTRN; Dynamic Debugging Tool; CP/M DDT; DDT (CP/M); Dynamic debugging tool; DDT-86; DDT (CP/M command); DDT (command); DDT-68K; DDT (Novell); DDT (Digital Research); Tracing debugging technique; Tracing Debugging Technique; Dynamic Debugging Technique; DDT86.CMD
Dynamic Debugging Technique (DDT) is a series of debugger programs originally developed for Digital Equipment Corporation (DEC) hardware, initially known as DEC Debugging Tape because it was distributed on paper tape. The name is a pun on the insecticide DDT.
DEBUG         
  • A computer log entry from the Mark II, with a moth taped to the page
  • Xbox]] debug unit intended for developers.
PROCESS OF FINDING AND RESOLVING DEFECTS OR PROBLEMS WITHIN A COMPUTER PROGRAM
Debugged; Remote debugging; Debuggery; Post-mortem debugging; De Bug; Debug; Steps To Reproduce; Saff Squeeze; Printf debugging; Anti-debugging code; Anti-debugging; Print debugging; De-bug; Debugger detection; Steps to reproduce
<software, tool> The bundled compiler/assembler for DOS/Windows after CP/M. [Did CP/M have "DEBUG"?] ["DOS Power Tools, Techniques, Tricks, and Utilities, PC Magazine, Paul Somerson Executive Editor, Bantam Books, 1988]. (2003-06-17)
debug         
  • A computer log entry from the Mark&nbsp;II, with a moth taped to the page
  • Xbox]] debug unit intended for developers.
PROCESS OF FINDING AND RESOLVING DEFECTS OR PROBLEMS WITHIN A COMPUTER PROGRAM
Debugged; Remote debugging; Debuggery; Post-mortem debugging; De Bug; Debug; Steps To Reproduce; Saff Squeeze; Printf debugging; Anti-debugging code; Anti-debugging; Print debugging; De-bug; Debugger detection; Steps to reproduce
¦ verb (debugs, debugging, debugged)
1. remove errors from (computer hardware or software).
2. detect and remove concealed microphones from.
Derivatives
debugger noun

Wikipedia

Debug symbol

A debug symbol is a special kind of symbol that attaches additional information to the symbol table of an object file, such as a shared library or an executable. This information allows a symbolic debugger to gain access to information from the source code of the binary, such as the names of identifiers, including variables and routines.

The symbolic information may be compiled together with the module's binary file, or distributed in a separate file, or simply discarded during the compilation and/or linking.

This information can be helpful while trying to investigate and fix a crashing application or any other fault.